home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / CSharp.sch < prev    next >
Text File  |  2004-01-06  |  6KB  |  233 lines

  1. object TPersHolder
  2.   P.Name = 'C#'
  3.   P.Extensions.Strings = (
  4.     'C#')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       CaseSensitive = True
  10.       UseMetaSymbol = True
  11.       UseMetaToWrapLines = False
  12.       MetaSymbol = '\'
  13.       FIText = 1
  14.       FIIntNum = 4
  15.       FIFloatNum = 5
  16.       FIHexNum = 6
  17.       FIDirective = 7
  18.       FISymbol = 13
  19.       UseSymbols = True
  20.       UseLineDirectives = True
  21.       UseComments = True
  22.       UseSingleLineComments = True
  23.       UseMultiLineComments = True
  24.       UseStrings = True
  25.       UseSingleLineStrings = True
  26.       UseMultiLineStrings = True
  27.       UseNumbers = True
  28.       UsePrefixedNumbers = True
  29.       UseSuffixedNumbers = True
  30.       UseMultipleNumSuffixes = True
  31.       UsePrefixedSuffixedNumbers = True
  32.       UsePSNumComposition = True
  33.       UsePrefixedIdentifiers = True
  34.       UseKeywords = True
  35.       BlockDelimiters = <>
  36.       LineDirectivePrefix = '#'
  37.       SingleLineCommentDelimiters = <
  38.         item
  39.           FontID = 9
  40.           LeftDelimiter = '//'
  41.         end>
  42.       MultiLineCommentDelimiters = <
  43.         item
  44.           FontID = 10
  45.           LeftDelimiter = '/*'
  46.           RightDelimiter = '*/'
  47.         end>
  48.       SingleLineStringDelimiters = <
  49.         item
  50.           FontID = 2
  51.           LeftDelimiter = '"'
  52.           RightDelimiter = '"'
  53.         end
  54.         item
  55.           FontID = 3
  56.           LeftDelimiter = #39
  57.           RightDelimiter = #39
  58.         end>
  59.       MultiLineStringDelimiters = <
  60.         item
  61.           FontID = 8
  62.           LeftDelimiter = '@"'
  63.           RightDelimiter = '"'
  64.         end>
  65.       NumPrefixes = <
  66.         item
  67.           LeftDelimiter = '0x'
  68.         end
  69.         item
  70.           LeftDelimiter = '0X'
  71.         end>
  72.       NumSuffixes = <
  73.         item
  74.           LeftDelimiter = 'U'
  75.         end
  76.         item
  77.           LeftDelimiter = 'u'
  78.         end
  79.         item
  80.           LeftDelimiter = 'L'
  81.         end
  82.         item
  83.           LeftDelimiter = 'l'
  84.         end
  85.         item
  86.           LeftDelimiter = 'F'
  87.         end
  88.         item
  89.           LeftDelimiter = 'f'
  90.         end
  91.         item
  92.           LeftDelimiter = 'D'
  93.         end
  94.         item
  95.           LeftDelimiter = 'd'
  96.         end
  97.         item
  98.           LeftDelimiter = 'M'
  99.         end
  100.         item
  101.           LeftDelimiter = 'm'
  102.         end>
  103.       NumPrefixesSuffixes = <>
  104.       IdentPrefixes = <
  105.         item
  106.           LeftDelimiter = '@'
  107.         end>
  108.       KeywordSets = <
  109.         item
  110.           FontID = 11
  111.           Name = 'reserved'
  112.           Keywords =
  113.             'abstract,base,bool,break,byte,case,catch,char,checked,class,cons' +
  114.             't,continue,decimal,default,delegate,do,double,else,enum,event,ex' +
  115.             'plicit,extern,false,finally,fixed,float,for,foreach,goto,if,impl' +
  116.             'icit,in,int,interface,internal,is,lock,long,namespace,new,null,o' +
  117.             'bject,operator,out,override,params,private,protected,public,read' +
  118.             'only,ref,return,sbyte,sealed,short,sizeof,static,string,struct,s' +
  119.             'witch,this,throw,true,try,typeof,uint,ulong,unchecked,unsafe,ush' +
  120.             'ort,using,virtual,void,while'
  121.         end>
  122.     end>
  123.   P.FontTable = <
  124.     item
  125.       FontID = 1
  126.       GlobalAttrID = 'Whitespace'
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clBlack
  129.       Font.Height = -13
  130.       Font.Name = 'Courier New'
  131.       Font.Style = []
  132.     end
  133.     item
  134.       FontID = 2
  135.       GlobalAttrID = 'String'
  136.       Font.Charset = DEFAULT_CHARSET
  137.       Font.Color = clMaroon
  138.       Font.Height = -13
  139.       Font.Name = 'Courier New'
  140.       Font.Style = []
  141.     end
  142.     item
  143.       FontID = 3
  144.       GlobalAttrID = 'String'
  145.       Font.Charset = DEFAULT_CHARSET
  146.       Font.Color = clMaroon
  147.       Font.Height = -13
  148.       Font.Name = 'Courier New'
  149.       Font.Style = []
  150.     end
  151.     item
  152.       FontID = 4
  153.       GlobalAttrID = 'Integer'
  154.       Font.Charset = DEFAULT_CHARSET
  155.       Font.Color = clGreen
  156.       Font.Height = -13
  157.       Font.Name = 'Courier New'
  158.       Font.Style = []
  159.     end
  160.     item
  161.       FontID = 5
  162.       GlobalAttrID = 'Float'
  163.       Font.Charset = DEFAULT_CHARSET
  164.       Font.Color = clGreen
  165.       Font.Height = -13
  166.       Font.Name = 'Courier New'
  167.       Font.Style = []
  168.     end
  169.     item
  170.       FontID = 6
  171.       GlobalAttrID = 'Integer'
  172.       Font.Charset = DEFAULT_CHARSET
  173.       Font.Color = clGreen
  174.       Font.Height = -13
  175.       Font.Name = 'Courier New'
  176.       Font.Style = []
  177.     end
  178.     item
  179.       FontID = 7
  180.       GlobalAttrID = 'Defines'
  181.       Font.Charset = DEFAULT_CHARSET
  182.       Font.Color = clGreen
  183.       Font.Height = -13
  184.       Font.Name = 'Courier New'
  185.       Font.Style = [fsBold]
  186.     end
  187.     item
  188.       FontID = 8
  189.       GlobalAttrID = 'String'
  190.       Font.Charset = DEFAULT_CHARSET
  191.       Font.Color = clMaroon
  192.       Font.Height = -13
  193.       Font.Name = 'Courier New'
  194.       Font.Style = []
  195.     end
  196.     item
  197.       FontID = 9
  198.       GlobalAttrID = 'Comment'
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clGray
  201.       Font.Height = -13
  202.       Font.Name = 'Courier New'
  203.       Font.Style = [fsItalic]
  204.     end
  205.     item
  206.       FontID = 10
  207.       GlobalAttrID = 'Comment'
  208.       Font.Charset = DEFAULT_CHARSET
  209.       Font.Color = clGray
  210.       Font.Height = -13
  211.       Font.Name = 'Courier New'
  212.       Font.Style = [fsItalic]
  213.     end
  214.     item
  215.       FontID = 11
  216.       GlobalAttrID = 'Reserved words'
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clBlue
  219.       Font.Height = -13
  220.       Font.Name = 'Courier New'
  221.       Font.Style = [fsBold]
  222.     end
  223.     item
  224.       FontID = 13
  225.       GlobalAttrID = 'Delimiters'
  226.       Font.Charset = DEFAULT_CHARSET
  227.       Font.Color = clBlack
  228.       Font.Height = -13
  229.       Font.Name = 'Courier New'
  230.       Font.Style = []
  231.     end>
  232.   P.SyntaxVersion = 3
  233. end